home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / gamma-bros.swf / scripts / DefineSprite_473 / frame_1 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  64 b   |  6 lines

  1. if(random(4) == 1)
  2. {
  3.    gotoAndStop("green");
  4.    play();
  5. }
  6.